home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / ms_dos / gds / source / gds205.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-08  |  237 b   |  15 lines

  1.  
  2. /*
  3.  *
  4.  *    GDS205 : 文字列
  5.  *
  6.  */
  7.  
  8. #include <stdio.h>
  9. #include <dos.h>
  10.  
  11. unsigned char *GDS_append(unsigned char *wp,unsigned int size);
  12.  
  13. void GDS_string(unsigned char *wp,signed int x1,signed int y1,unsigned char *str) {
  14. }
  15.